home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java for 3D & VRML Worlds
/
Java for 3d and VRML Worlds.iso
/
world
/
jumanji
/
right.wrl
< prev
Wrap
Text File
|
1996-10-15
|
2KB
|
110 lines
#VRML V2.0 utf8
Shape {
appearance Appearance {
material Material {
ambientIntensity 0.8
}
texture ImageTexture {
url [ "texture/jumlow2.jpg" ]
}
}
geometry IndexedFaceSet {
coord Coordinate {
point [ 15 -2.5 -22.5,
15 -2.5 22.5,
0 -2.5 22.5,
0 -2.5 -22.5 ]
}
texCoord TextureCoordinate {
point [ 0 1, 0 0, 1 0, 1 1 ]
}
coordIndex [ 0,1,2,3,-1 ]
texCoordIndex [ 1,2,3,0,-1 ]
}
}
Shape {
appearance Appearance {
material Material {
ambientIntensity 0.8
}
texture ImageTexture {
url [ "texture/jumjumi.jpg" ]
}
}
geometry IndexedFaceSet {
coord Coordinate {
point [ 15.5 -2.5 -23,
15.5 -2.5 23,
-0.5 -2.5 23,
-0.5 -2.5 -23 ]
}
texCoord TextureCoordinate {
point [ 0 1, 0 0, 1 0, 1 1 ]
}
coordIndex [ 3,2,1,0,-1 ]
texCoordIndex [ 1,2,3,0,-1 ]
}
}
Transform {
translation 15 -1.25 0
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0.215 0.215 0.0468
ambientIntensity 0.2
}
}
geometry Box { size 1 2.5 45 }
}
]
}
Transform {
translation 0 -1.25 0
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0.215 0.215 0.0468
ambientIntensity 0.2
}
}
geometry Box { size 1 2.5 45 }
}
]
}
Transform {
translation 7.5 -1.25 22.5
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0.215 0.215 0.0468
ambientIntensity 0.2
}
}
geometry Box { size 15 2.5 1 }
}
]
}
Transform {
translation 7.5 -1.25 -22.5
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0.215 0.215 0.0468
ambientIntensity 0.2
}
}
geometry Box { size 15 2.5 1 }
}
]
}